home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / AppleScript / Additions / MacPPP Control 1.2 / Read Me next >
Encoding:
Text File  |  1994-10-17  |  1.8 KB  |  46 lines  |  [TEXT/R*ch]

  1.                             MacPPP Control 1.2
  2.                               October 17, 1994
  3.                              Copyright © 1994
  4.                                Mark Alldritt
  5.                                
  6. MacPPP Control is an AppleScript Addition which allows your scripts limited
  7. control over MacPPP.  The addition allows you to open and close the PPP link,
  8. and to check the state (open/closed) of the link.
  9.  
  10. The package contains:
  11.  
  12.  -  the MacPPP Control addition, which should be copied to the Scripting
  13.     Additions folder of your Extensions folder.
  14.  -  three examples which show how to use the commands provided by the
  15.     MacPPP Control addition.
  16.     
  17. To use this addition you need to have AppleScript v1.0 or later, and MacPPP
  18. (I developed and tested MacPPP Control with v2.0.1).
  19.  
  20. Note that I have no association with the authors of MacPPP, apart from being
  21. a happy user of their software.  There are no restrictions on use or
  22. distribution of MacPPP Control.
  23.  
  24. I can be contacted via E-mail at alldritt@wimsey.com
  25.  
  26. Edit History:
  27.  
  28. V1.2 - Modified closePPP to ensure script is in the foreground before it
  29. proceeds to close the connection.  This is done to avoid the MacPPP hang
  30. which occurs if closePPP is called from a background application.  openPPP
  31. checks to ensure MacPPP is closed before it proceeds.  closePPP checks to
  32. ensure MacPPP is open before it proceeds.  closePPP also displays a small
  33. dialog box indicating that MacPPP is closing.  Also added an additional 
  34. example script entitled "Check The Mail".
  35.  
  36. V1.1 - example scripts are stored as text files instead of script
  37. applications to allow backward compatibility with AS 1.0.  Also, my E-mail
  38. address is now correct.  I apologize for any problems these items may have
  39. caused you.
  40.  
  41. V1.0 - initial release of hack to control MacPPP from AppleScript
  42.  
  43. Cheers
  44. -Mark
  45.  
  46.